JMDisposeAppletViewer
Removes an applet.
OSStatus JMDisposeAppletViewer (JMAppletViewerRef viewer);
viewer
- The instantiated applet to remove.
- function result
- A result code; see "JManager Result Codes".
DISCUSSION
Calling theJMDisposeAppletLocator
function first halts execution of the applet if necessary. This function also disposes of the applet's frame (if visible) and any other frames created by the applet.SEE ALSO
TheJMNewAppletViewer
function.